.top {
	background: #121518;
	height: 35px;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	line-height: 35px;
}

.top ul {
	margin-bottom: 0;
	display: flex;
	justify-content: flex-end;
}

.top ul li {
	float: left;
}

.top ul li:last-child {
	padding: 0 0 0 10px;
	border: none;
}

.top ul li a {
	font-size: 14px;
	color: #ffffff;
	line-height: 35px;
	padding: 0 10px;
	border-right: 2px solid #A6A6A7;
}

.top .wechat {
	position: relative;
}

.top .b-weixin {
	width: 150px;
	height: 150px;
	border: 1px solid rgba(30, 80, 174, 1);
	visibility: hidden;
	position: absolute;
	left: -25px;
	top: 35px;
	opacity: 0;
	transform-origin: top;
	transform: scale(0.1);
	transition: all 0.5s linear;
}

.top ul li:hover .b-weixin {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	z-index: 10;
}

.logo {
	padding: 10px 0;
	height: 110px;
}

.logo .logo-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.logo .logo-left .logo-left-pic .logo-img {
	padding-left: 14px;
	/* width: 345px; */
	height: 96px;
	width: auto; /* 宽度自适应 */
	max-width: 100%;
	object-fit: contain; /* 保持宽高比，图片可能会有空白边框 */
}

.logo .logo-left .logo-left-pic {
	/* width: 345px; */
	float: left;
}

.logo .logo-left .logo-left-desc {
	font-size: 20px;
	color: #101010;
	line-height: 30px;
	border-left: 1px dashed #cdcdcd;
	padding-left: 8px;
}

.logo .logo-left .logo-left-desc .desc-top {
	font-size: 22px;
	color: rgba(30, 80, 174, 1);
	font-weight: bold;
	display: block;
	white-space: nowrap;
}

.logo .logo-left .logo-left-desc span {}

.logo .logo-right {
	background: url(../image/phone_icon.png) left center no-repeat;
	padding-left: 55px;
	background-size: 45px 45px;
	margin-top: 12px;
}
.logo .logo-right-en {
	/* background: url(../image/email_icon.png) left center no-repeat;
	background-size: 45px 45px; */
	height: 45px;
	background: none;
}

.logo .logo-right-en .button{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #1e50ae;
	padding: 0 12px;
	height: 45px;
	border-radius: 45px;
	font-size: 14px;
	cursor: pointer;
	box-sizing: border-box;
}
.logo .logo-right-en .button:hover{
	border-style: solid;
	border-width: 0;
	background-color: #1e50ae;
	color: #fff;
	padding: 0 14px;
	height: 49px;
}


.logo .logo-right p {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	margin: 0;
}

.logo .logo-right span {
	font-size: 24px;
	color: rgba(30, 80, 174, 1);
	line-height: 30px;
	font-weight: bold;
}

.logo .flex-end {
	display: flex;
	justify-content: flex-end;
}

.menu {
	width: 100%;
	height: 65px;
	background: rgba(30, 80, 174, 1);
}

.menu ul li {
	float: left;
	/* width: calc((100% - 9px)/8); */
	width: 15%;
}

.menu ul li a {
	padding: 0 12px;
	font-size: 16px;
	color: #ffffff;
	line-height: 65px;
	text-align: center;
	display: list-item;
	position: relative;
	white-space: nowrap;
}

.menu ul li a:before {
	content: '';
	width: 1px;
	height: 15px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 25px;
}

.menu ul li.on {
	background: #13439d;
}

.menu ul li.on a {
	color: #ffffff;
}

.menu ul li:hover {
	background: #13439d;
}

.menu ul li:hover a {
	color: #ffffff;
}

.carousel-indicators li {
	border-color: #EEEEEE !important;
	background: #EEEEEE !important;
}

.carousel-indicators .active {
	background-color: #1e50ae !important;
	border-color: #ffffff !important;
}

.search {
	width: 100%;
	height: 80px;
	background: #F7F7F7;
}

.search .search-left ul li {
	float: left;
	font-size: 14px;
	color: #000000;
	line-height: 80px;
}

.search .search-left ul li a {
	font-size: 14px;
	color: #000000;
	line-height: 80px;
	margin-left: 5px;
}

.search .search-left ul li a:hover {
	color: #d8261c;
}

.search .search-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.search form {
	margin-top: 22px;
}

.search .search-text {
	width: 235px;
	height: 35px;
	background: #ffffff;
	border: none;
	font-size: 16px;
	color: #999999;
	line-height: 35px;
	padding-left: 10px;
	outline: none;
}

.search .search-submit {
	width: 70px;
	height: 35px;
	background-color: rgba(30, 80, 174, 1);
	background-image: url(../image/search_03.png);
	background-position: center center;
	background-repeat: no-repeat;
	outline: none;
	border: none;
}

.product {
	margin: 45px 0;
}

.product .product-title {
	font-size: 40px;
	color: #000000;
	line-height: 65px;
	text-align: center;
	font-weight: bold;
}

.product .product-title span {
	color: #1e50ae;
}

.product .product-desc {
	font-size: 18px;
	color: #101010;
	line-height: 35px;
	font-weight: lighter;
	text-align: center;
	margin-top: 3px;
}

.border {
	width: 90px;
	height: 0;
	background: #052D6F;
	margin: 0px auto;
	position: relative;
}

.border:before {
	content: "";
	width: 45px;
	height: 3px;
	background: rgba(30, 80, 174, 1);
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -45px;
}

.border:after {
	content: "";
	width: 45px;
	height: 3px;
	background: #d8261c;
	position: absolute;
	left: 50%;
	top: 0;
}

.product .ProductContent {
	margin-top: 40px;
}

.product .ProductContentLeftTitle {
	background: rgba(30, 80, 174, 1);
	padding: 40px 0 20px 0;
	font-size: 26px;
	color: #ffffff;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}

.product .ProductContentLeftBox {
	background: #f5f5f5;
}

.product .ProductContentLeftBox ul {
	margin-bottom: 0;
}

.product .ProductContentLeftBox ul li {
	border-bottom: 1px solid #ffffff;
}

.product .ProductContentLeftBox ul li a {
	text-align: center;
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding: 20px 4px 16px 4px;
}

.product .ProductContentLeftBox ul li:hover a {
	background: #1e50ae;
	color: #ffffff;
}

.product .productContentLeftContact {
	background: #d8261c;
	padding: 20px 0;
	border-top: 1px solid #ffffff;
	text-align: center;
}

.product .productContentLeftContact .pclcTop {
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
}

.product .productContentLeftContact .pclcBtm {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
}

.product .productImage {
	margin-bottom: 30px;
}

.product .productImagePic {
	border: 1px solid #f5f5f5;
	padding: 20px;
	overflow: hidden;
}

.product .productImageWord {
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	background: #1e50ae;
}

.product .productImageWord a {
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	display: block;
}

.product .productImagePic:hover img {
	transform: scale(1.1);
	transition: all .5s ease-in-out;
}

.product .productImage:hover .productImageWord {
	background: #d8261c;
	color: #ffffff;
	transition: all .5s ease-in-out;
}

.product .productImage:hover .productImageWord a {
	color: #ffffff;
}

.application {
	margin: 45px 0 0 0;
	background: #f5f5f5;
	padding: 40px 0 60px 0;
}

.application .application-title {
	font-size: 40px;
	color: #000000;
	line-height: 65px;
	text-align: center;
	font-weight: bold;
}

.application .application-title span {
	color: #1e50ae;
}

.application .application-desc {
	font-size: 18px;
	color: #101010;
	line-height: 35px;
	font-weight: lighter;
	text-align: center;
	margin-top: 3px;
}

.application .application-box {
	margin-top: 40px;
}

.application .application-box .application-li {
	margin-bottom: 30px;
}

.application .application-box .application-box-name {
	font-size: 16px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	background: #1e50ae;
}

.column {
	background: url(../image/advBg.jpg) center 0 no-repeat;
	padding: 40px 0;
	background-size: cover;
}

.column .column-left-top {
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
	line-height: 45px;
	font-style: italic;
}

.column .column-left-btm {
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
	;
	line-height: 45px;
	font-style: italic;
}

.column .column-left-btm span {
	color: #d8251c;
	font-size: 38px;
}

.column .column-right-top {
	font-size: 22px;
	color: #ffffff;
	line-height: 35px;
}

.column .column-right-online a {
	background: #D8251C;
	padding: 8px 35px;
	border-radius: 20px;
	font-size: 16px;
	color: #ffffff;
	line-height: 35px;
}
.column .column-right-btm{
	text-indent: 2rem;
	line-height: 36px;
}

.column .column-right-btm span {
	font-size: 32px;
	color: #fff;
	line-height: 45px;
}

.advantage {
	margin: 45px 0;
}

.advantage .advantage-title {
	font-size: 40px;
	color: #000000;
	line-height: 65px;
	text-align: center;
	font-weight: bold;
}

.advantage .advantage-title span {
	color: #1e50ae;
	font-style: italic;
	font-size: 75px;
	margin: 0 12px;
	font-weight: normal;
}

.advantage .advantage-desc {
	font-size: 18px;
	color: #101010;
	line-height: 35px;
	font-weight: lighter;
	text-align: center;
	margin-top: 3px;
}

.advantage .advantageBox {
	margin-bottom: 50px;
	margin-top: 40px;
}

.advantageLeftNumber {
	position: relative;
}

.advantageLeftNumber p {
	font-size: 32px;
	color: #ffffff;
	line-height: 32px;
	font-weight: bold;
	position: absolute;
	top: 36px;
	left: 3px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 3;
}

.advantageLeftNumber:after {
	display: inline-block;
	content: " ";
	width: 65px;
	height: 65px;
	margin: 20px 0 0 20px;
	background: #1e50ae;
	text-align: center;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.advantageLeftTitle {
	position: absolute;
	top: 20px;
	left: 95px;
	font-size: 24px;
	color: #000;
	line-height: 1.5;
	text-overflow: ellipsis;
	overflow: hidden;
	/* white-space: nowrap; */
	font-weight: bold;
}

.advantageLeftDesc {
	margin-top: 12px;
	font-size: 16px;
	color: #101010;
	line-height: 35px;
	margin-left: 60px;
	position: relative;
	margin-top: -10px;
}

.case {
	margin-top: 45px;
	background: url(../image/aboutBack.jpg) center 0 no-repeat;
	padding: 40px 0;
	background-size: cover;
}

.case-border {
	width: 90px;
	height: 0;
	background: #052D6F;
	margin: 0px auto;
	position: relative;
}

.case-border:before {
	content: "";
	width: 45px;
	height: 3px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -45px;
}

.case-border:after {
	content: "";
	width: 45px;
	height: 3px;
	background: #d8261c;
	position: absolute;
	left: 50%;
	top: 0;
}

.case .case-title {
	font-size: 40px;
	color: #000000;
	line-height: 65px;
	text-align: center;
	font-weight: bold;
}

.case .case-title span {
	color: #fff;
}

.case .case-desc {
	font-size: 18px;
	color: #ffffff;
	line-height: 35px;
	font-weight: lighter;
	text-align: center;
	margin-top: 3px;
}

.case .case-box {
	margin-top: 40px;
}

.case .case-box-out {
	background: #ffffff;
	padding: 10px;
	margin-bottom: 30px;
}

.case .case-box-out .case-box-out-name a {
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	display: block;
	text-align: center;
	background: #F5F5F5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case .case-box-out:hover .case-box-out-name a {
	background: #1E50AE;
	color: #ffffff;
	transition: all .5s ease-in-out;
}

.case .case-box-out .case-box-out-pic {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.case .case-box-out .case-box-out-pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* overflow: hidden; */
}

.case .case-box-out .case-box-out-pic:hover img {
	transform: scale(1.1);
	transition: all .5s ease-in-out;
}

.about {
	background: url(../image/aboutbg.jpg) center 0 no-repeat #f5f5f5;
	width: 100%;
	padding: 45px 0;
	background-size: cover;
}

.about .about-left-top {
	border: 2px solid #1E50AE;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 15px;
}

.about .about-left-top .about-left-top-left {
	padding-left: 2px;
	background: #1E50AE;
	font-size: 16px;
	color: #ffffff;
	width: 120px;
	text-align: center;
}

.about .about-left-top-left span {
	font-size: 68px;
	color: #ffffff;
	line-height: 80px;
}

.about .about-left .about-left-top-right {
	font-size: 20px;
	color: #101010;
	line-height: 24px;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.about .about-left .about-left-top-right span {
	font-size: 24px;
	color: #1E50AE;
	line-height: 35px;
}

.about .about-right .about-right-top {
	font-size: 46px;
	color: #1E50AE;
	line-height: 88px;
	font-weight: bold;
}

.about .about-right .about-right-middle {
	font-size: 16px;
	color: #101010;
	line-height: 35px;

	display: -webkit-box;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;

}

.about .about-right .about-right-bottom {
	margin-top: 9px;
}

.about .about-right .about-right-bottom a {
	padding: 8px 35px;
	background: #1E50AE;
	font-size: 14px;
	color: #ffffff;
}

.about .about-right .about-right-bottom a:hover {
	background: #D8261C;
}

.news {
	margin-top: 45px;
}

.news .news-title {
	font-size: 40px;
	color: #000000;
	line-height: 65px;
	text-align: center;
	font-weight: bold;
}

.news .news-title span {
	color: #1e50ae;
}

.news .news-desc {
	font-size: 18px;
	color: #101010;
	line-height: 35px;
	font-weight: lighter;
	text-align: center;
	margin-top: 3px;
}

.news .news-content {
	margin: 40px auto;
}

.news .news-left-box-top {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 15px;
}

.news .news-left-title {
	font-size: 24px;
	color: #1E50AE;
	line-height: 30px;
}

.news .news-left-title a {
	font-size: 14px;
	color: #101010;
	line-height: 30px;
	float: right;
}

.news .news-left-border {
	height: 1px;
	width: 100%;
	border-top: 1px dashed #bfbfbf;
	margin: 14px 0;
	position: relative;
}

.news .news-left-border:before {
	content: '';
	background: #1E50AE;
	width: 20px;
	height: 1px;
	position: absolute;
	top: -1px;
	left: 0;
}

.news .news-left-box-top .news-left-box-top-title a {
	font-size: 18px;
	color: #1E50AE;
	line-height: 35px;
	font-weight: 700;
}

.news .news-left-box-top .news-left-box-top-desc {
	font-size: 14px;
	color: #232121;
	line-height: 30px;
}

.news .news-left-box-bottom {
	padding-top: 15px;
}

.news .news-left-box-bottom ul li {
	background: url(../image/dot.png) left center no-repeat;
	padding-left: 10px;
	font-size: 14px;
	color: #232121;
	line-height: 30px;
	border-bottom: 1px dashed #e9e9e9;
}

.news .news-left-box-bottom ul li a {
	font-size: 14px;
	color: #232121;
	line-height: 30px;
}

.news .news-left-box-bottom ul li a:hover {
	color: #D8261C;
}

.news .news-left-box-bottom ul li span {
	float: right;
}

.news .news-right .news-right-box ul li {
	display: flex;
	align-items: inherit;
	justify-content: flex-start;
	border-bottom: 1px dashed #e9e9e9;
	padding-bottom: 25px;
	margin-top: 25px;
}

.news .news-right .news-right-box ul li:first-child {
	margin-top: 0;
}

.news .news-right .news-right-box ul li .news-right-li-pic {
	width: 150px;
	height: 100px;
	overflow: hidden;
}

.news .news-right .news-right-box ul li .news-right-li-word {
	padding-left: 10px;
}

.news .news-right .news-right-box ul li .news-right-li-word-name a {
	font-size: 18px;
	color: #1E50AE;
	line-height: 25px;
}

.news .news-right .news-right-box ul li .news-right-li-word-name span {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}

.news .news-right .news-right-box ul li .news-right-li-word-desc {
	font-size: 14px;
	color: #232121;
	line-height: 25px;
}

.news .news-right .news-right-box ul li:hover .news-right-li-pic img {
	transform: scale(1.1);
	transition: all .5s ease-in-out;
}

.news .news-right .news-right-box ul li:hover .news-right-li-word-name a {
	color: #D8261C;
}

.message {
	margin-top: 45px;
	margin-bottom: 55px;
}

.message .messageLeft {
	position: relative;
}

.message .messageLeft img {
	width: 100%;
}

.message .messageDiv {
	position: absolute;
	left: 15px;
	bottom: 0;
	width: calc(100% - 30px);
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: rgba(30, 80, 174, 0.8);
}

.message .messageWord {
	font-size: 16px;
	color: #454545;
	line-height: 35px;
}

.message .messageName, .message .messagePhone, .message .messageEmail, .message .messageAddress {
	display: block;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 34px;
	color: #444;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	outline-color: #238ad4;
	outline: none;
	margin-bottom: 10px;
}

.message .messageTextarea {
	width: 100%;
	height: 80px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #444;
	line-height: 24px;
	resize: none;
	outline: #238ad4;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.message .messageCode {
	font-size: 14px;
	padding: 0 10px;
	color: #444444;
	line-height: 34px;
	border: #E5E5E5 solid 1px;
	outline: #238ad4;
	width: 200px;
	outline: none;
}

.message .messageSubmit {
	border: none;
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	background: #1e50ae;
	border-radius: 2px;
	outline: none;
	width: 205px;
	height: 40px;
	text-align: center;
	margin: 10px auto;
}


.footer {
	background: #303848;
	padding: 40px 0 0 0;
	width: 100%;
	margin-top: 45px;
}

.footer .footer-top-view{
	position: relative;
}

.footer .footer-top-view .logo-img{
	position: absolute;
	width: auto;
	height: 96px;
	max-width: 100%;
	object-fit: contain; /* 保持宽高比，图片可能会有空白边框 */
	top: 106px;
	left: -12px;
}
.footer .footer-top-ul {
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
}

.footer ul li {
	white-space: nowrap;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
}

.footer ul li a {
	font-size: 16px;
	color: #b5b5b5;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.footer ul li a:hover {
	color: #1E50AE;
}

.footer .footer-top-right-right ul li {
	font-size: 12px;
	color: #b5b5b5;
	line-height: 40px;
}

.footer .footer-top-right-right .footer-top-right-title {
	font-size: 18px;
	color: #ffffff;
	line-height: 40px;
}

.footer .footer-top-right-right ul li a {
	font-size: 12px;
	color: #b5b5b5;
	line-height: 40px;
}

.footer .footer-top-right-right ul li a:hover {
	color: #1E50AE;
}

.footer .footer-bottom {
	border-top: 1px solid #454c5b;
	line-height: 35px;
	color: #b5b5b5;
	font-size: 16px;
	text-align: center;
	padding: 50px 0;
}

.footer .footer-bottom a {
	font-size: 16px;
	color: #b5b5b5;
	line-height: 35px;
	padding: 0 20px;
}


table td {
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #e9e9e9;
}

table th {
	background-color: #1e50ae;
	color: #fff;
}

table tr {
	background: #1e50ae;
	color: #ffffff;
}

table .first {
	background-color: #dbdbdb;
	color: #333333;
}

table .second {
	background-color: #f2f2f2;
	color: #333333;
}

table {
	width: 100%;
	margin: 35px 0;
}

.page-num:not(:disabled) {
	cursor: pointer;
}

.page-num, .page-link {
	position: relative;
	display: inline-block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #101010;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

a.page-num:hover, .page-link:hover {
	text-decoration: none;
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #1e50ae;
	border-color: #1e50ae;
}

.page-num-current:hover {
	color: #fff;
}

.position .positionBox {
	font-size: 14px;
	color: #999999;
	line-height: 45px;
	margin: 10px 0;
	background: url(../image/position_03.png) left center no-repeat;
	padding-left: 25px;
}

.position .positionBox a {
	font-size: 14px;
	color: #999999;
	line-height: 45px;
}

.position .positionBox a:hover {
	color: #1e50ae;
}

.commentLeftTitle, .commentLeftContact {
	font-size: 26px;
	line-height: 45px;
	width: 100%;
	color: #FFFFFF;
	padding: 40px 0 15px 0;
	overflow: hidden;
	border-bottom: #ffffff solid 1px;
	background: #1e50ae;
	padding-left: 10px;
}

.commentLeftBox ul li a {
	font-size: 16px;
	color: #343233;
	line-height: 45px;
	display: list-item;
	background-color: #f4f4f4;
	border-bottom: #ffffff solid 1px;
	background-image: url(../image/arrows.gif);
	background-position: left 10px center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.commentLeftBox ul li a:hover {
	background-color: #1e50ae;
	color: #ffffff;
}

.commentLeftBox ul li.oneLevelActive a {
	color: #1e50ae;
}

.commentLeftContact {
	margin-top: 35px;
}

.commentLeftContactBox ul li {
	font-size: 16px;
	color: #343233;
	line-height: 45px;
	background: #f4f4f4;
	border-bottom: #ffffff solid 1px;
	padding-left: 10px;
}

.commentLeftContactBox ul li a {
	color: #343233;
}

.commentLeftContactBox ul li a:hover {
	color: #1e50ae;
}

.aboutContent {
	margin-bottom: 80px;
}

.aboutContentRight {
	min-height: 850px;
	padding: 0 !important;
}

.aboutContentRight .aboutContentRightTitle {
	font-size: 20px;
	color: #343233;
	line-height: 70px;
	position: relative;
	padding-left: 20px;
	background: #f4f4f4;
}

.aboutContentRight .aboutContentRightTitle:before {
	position: absolute;
	width: 3px;
	height: 30px;
	background: #1e50ae;
	content: '';
	position: absolute;
	top: 23px;
	left: 10px;
}

.aboutContentRight .aboutContentRightBox {
	font-size: 16px;
	color: #757575;
	line-height: 35px;
	margin: 30px 0;
}

.productContentRightBox {
	margin: 30px 0;
}

.productContentRightBox .productBoxImage p {
	font-size: 14px;
	color: #757575;
	line-height: 45px;
	text-align: center;
	border: 1px solid #e9e9e9;
}

.productContentRightBox .productBoxImage:hover p {
	color: #47CCAD;
}

.productContentRightBox .productBoxImage:hover img {
	transform: scale(1.1);
	transition: all .8s ease-in-out;
}

.poltContent {
	padding-left: 15px;
	background: #f9f9f9;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 15px;
}

.poltContent>ul>li.oneLevel {
	border-bottom: 1px dashed #d7d7d7;
	background: url(../image/add_03.png) right center no-repeat;
}

.poltContent>ul>li>a {
	font-size: 15px;
	color: #535353;
	line-height: 45px;
}

.poltContent>ul>li:hover a.liOne {
	color: #1e50ae;
}

.poltContent>ul>li.on {
	background: url(../image/jian.png) right top 20px no-repeat;
}

.poltLiMenu {
	display: none;
}

.poltLiMenu li a {
	font-size: 13px;
	color: #535353;
	line-height: 40px;
	display: block;
	padding-left: 2em;
}

.poltLiMenu li a:hover {
	color: #1e50ae;
}

.poltContent>ul>li.oneLevelActive .liOne {
	color: #1e50ae;
}

.productContentRightBox {
	margin: 30px 0;
}

.productContentRightBox .productBoxImage {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.productContentRightBox .productBoxImage img {
	display: block;
}

.productContentRightBox .productBoxImage p {
	font-size: 14px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	background: #101010;
}

.productContentRightBox .productBoxImage:hover p {
	background: #1e50ae;
	color: #ffffff;
}

.productContentRightBox .productBoxImage:hover img {
	transform: scale(1.1);
	transition: all .5s ease-in-out;
}

.newsContentRightBox {
	margin: 30px 0;
}

.newsContentRightBox .newsContentBox {
	border-bottom: #f4f4f4 solid 1px;
	padding: 15px 0;
}

.newsContentRightBox .newsContentBox .newsContentLeft {
	width: 135px;
	height: 135px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.newsContentRightBox .newsContentBox .newsContentRight {
	width: calc(100% - 155px);
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}

.newsContentRightBox .newsContentBox .newsContentRight .newsContentRightTitle a {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsContentRightBox .newsContentBox .newsContentRight .newsContentRightTitle a:hover {
	color: #47CCAD;
}

.newsContentRightBox .newsContentBox .newsContentRight .newsContentRightContent {
	font-size: 14px;
	color: #656565;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsContentRightBox .newsContentBox .newsContentRight .newsContentRightMore {
	margin-top: 5px;
}

.newsContentRightBox .newsContentBox .newsContentRight .newsContentRightMore a {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.newsContentRightBox .newsContentBox .newsContentRight .newsContentRightMore a:hover {
	color: #47CCAD;
}

.newsContentRightBoxer .newsContentTitle {
	font-size: 18px;
	color: #333333;
	line-height: 45px;
	text-align: center;
}

.newsContentRightBoxer .newsDateNumber {
	font-size: 14px;
	color: #999999;
	line-height: 35px;
	text-align: center;
	border-bottom: #757575 dashed 1px;
	padding-bottom: 15px;
}

.newsContentRightBoxer .newsContentBook {
	font-size: 16px;
	color: #757575;
	line-height: 35px;
	padding-top: 15px;
}

.newsContentRightBoxer .newsNextPrev {
	border-top: #757575 solid 1px;
	padding-top: 15px;
}

.newsContentRightBoxer .newsNextPrev p {
	font-size: 14px;
	color: #999999;
	line-height: 35px;
}

.newsNext {
	text-align: right;
}

.newsPrev {
	text-align: left;
}

.newslist-li {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e9e9e9;
}

.newslist-li .newslist-li-left {
	width: calc(100% - 114px);
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}

.newslist-li .newslist-li-right {
	width: 90px;
	display: inline-block;
	vertical-align: top;
}

.newslist-li .newslist-li-left .newslist-li-left-title a {
	font-size: 16px;
	color: #101010;
	line-height: 45px;
}

.newslist-li .newslist-li-left .newslist-li-left-desc {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.newslist-li .newslist-li-right .newslist-li-right-day {
	font-size: 26px;
	color: #ffffff;
	line-height: 55px;
	text-align: center;
	background: #1e50ae;
}

.newslist-li .newslist-li-right .newslist-li-right-month {
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	background: #101010;
}

.contactContentTop {
	font-size: 16px;
	color: #101010;
	line-height: 45px;
}

.contactContentBottom {
	margin-top: 45px;
}

.message .messageWord {
	font-size: 16px;
	color: #454545;
	line-height: 35px;
}

.message .messageName, .message .messagePhone, .message .messageEmail, .message .messageAddress {
	display: block;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 34px;
	color: #444;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	outline-color: #238ad4;
	outline: none;
	margin-bottom: 10px;
}

.message .messageTextarea {
	width: 100%;
	height: 80px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #444;
	line-height: 24px;
	resize: none;
	outline: #238ad4;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.message .messageCode {
	font-size: 14px;
	padding: 0 10px;
	color: #444444;
	line-height: 34px;
	border: #E5E5E5 solid 1px;
	outline: #238ad4;
	width: 200px;
	outline: none;
}

.message .messageSubmit {
	border: none;
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	background: #e02a00;
	border-radius: 2px;
	outline: none;
	width: 205px;
	height: 40px;
	text-align: center;
	margin: 10px auto;
}

.search-box ul li {
	border-bottom: 1px dashed #dee2e6;
	background: url(../image/arrows.gif) left center no-repeat;
	padding-left: 10px;
}

.search-box ul li a {
	font-size: 14px;
	color: #101010;
	line-height: 45px;
}

.search-box ul li span {
	font-size: 14px;
	color: #101010;
	line-height: 45px;
}

.search-box ul li a:hover {
	color: #1e50ae;
}

.codeImg {
	width: 98px;
	margin-left: 15px;
}

.rbBtm {
	font-size: 14px;
	color: #101010;
	line-height: 40px;
	text-align: center;
}

.footer-bg {
	font-size: 16px;
	color: #ffffff;
	background: #1e50ae;
	line-height: 45px;
	text-align: center;
	border-right: solid #ffffff 1px;
}

.footer-bg a {
	display: list-item;
	font-size: 16px;
	color: #ffffff;
	line-height: 45px;
}

.fixedBottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.a_txt {
	display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {

	.logo .logo-left .logo-left-pic .logo-img {
		padding-left: 0;
	}
}

@media (min-width: 750px) and (max-width:992px) {
	.menu ul li{
    width: 17%;
	}
	.logo .logo-left .logo-left-pic .logo-img {
		padding-left: 0; 
    position: relative;
    left: -11px;
	}
}
@media only screen and (max-width:750px) {

	.position .positionBox {
		line-height: unset;
	}

	.logo {
		height: auto;
	}

	.container {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.logo .logo-left .logo-left-pic .logo-img {
		/* width: 100%; */
		height: 82px; 
		width: auto; /* 宽度自适应 */
		max-width: 100%;
		object-fit: contain; /* 保持宽高比，图片可能会有空白边框 */
	}

	.product {
		margin: 15px 0;
	}

	.product .product-title, .application .application-title, .advantage .advantage-title, .case .case-title, .about .about-right .about-right-top, .news .news-title {
		font-size: 24px;
	}

	.product .product-title span, .application .application-title span, .advantage .advantage-title span, .case .case-title span, .news .news-title span {
		font-size: 24px;
	}

	.product .product-title, .application .application-title, .advantage .advantage-title, .case .case-title, .about .about-right .about-right-top, .news .news-title {
		line-height: 40px;
	}

	.product .ProductContent {
		margin-top: 20px;
	}

	.product .ProductContentLeftBox ul li {
		background: #f5f5f5;
		border-right: 1px solid #ffffff;
	}

	.product .ProductContentLeftBox ul li a {
		padding: 11px 4px;
		line-height: 25px;
		font-size: 14px;
	}

	.application {
		padding: 20px 0 25px 0;
		margin: 20px 0 0 0;
	}

	.product .product-desc, .application .application-desc, .advantage .advantage-desc {
		font-size: 16px;
		line-height: 28px;
	}

	.application .application-box {
		margin-top: 20px;
	}

	.application .application-box .application-box-name {
		line-height: 32px;
	}

	.column {
		text-align: center;
		padding: 20px 0;
	}

	.advantage .advantageBox {
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.advantageLeftTitle {
		font-size: 18px;
		left: 75px;
	}

	.advantageLeftDesc {
		line-height: 30px;
	}

	.advantageLeftNumber:after {
		width: 45px;
		height: 45px;
	}

	.advantageLeftNumber p {
		font-size: 18px;
		top: 30px;
		left: 9px;
	}

	.case {
		margin-top: 20px;
		padding: 20px 0;
	}

	.case .case-box {
		margin-top: 20px;
	}

	.case .case-box-out {
		padding: 5px;
	}

	.case .case-box-out .case-box-out-name a {
		font-size: 14px;
		line-height: 30px;
	}

	.about .about-left-top {
		width: 100%;
	}

	.about .about-left .about-left-top-right span {
		font-size: 16px;
	}

	.about .about-left .about-left-top-right {
		font-size: 14px;
	}

	.about .about-right .about-right-middle {
		line-height: 30px;
	}

	.news {
		margin-top: 20px;
	}

	.news .news-left-title {
		font-size: 18px;
	}

	.news .news-right .news-right-box ul li .news-right-li-pic {
		width: 200px;
		height: auto;
	}

	.footer {
		padding: 10px 0 0 0;
		margin-top: 20px;
	}

	.footer .footer-bottom {
		padding: 10px 0;
		border-top: 0 solid #ffffff;
		font-size: 10px;
		line-height: 30px;
	}

	.footer .footer-bottom a {
		font-size: 10px;
		line-height: 30px;
		display: block;
	}

	.menuBtn {
		width: 50px;
		position: relative;
		height: 30px;
		margin-top: 16px;
		float: right;
	}

	.menuBtn span {
		display: block;
		background: #1e50ae;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s;
	}

	.menuBtn span:nth-of-type(1) {
		top: 0px;
	}

	.menuBtn span:nth-of-type(2) {
		top: 10px;
	}

	.menuBtn span:nth-of-type(3) {
		top: 20px;
	}

	.a_txt {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.a_txt .div1 {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.a_txt .div2 {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.a_txt .div3 {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%
	}

	.a_txt .div3 ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.a_txt .div3 ul li {
		border-bottom: 1px solid #232530
	}

	.a_txt .div3 ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}

	.a_txt .div3 ul li .a_js2 {
		background: url(../image/plus.png) 95% center no-repeat;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.a_txt .div3 ul li .a_js2_on {
		background: url(../image/reduce.jpg) 95% center no-repeat;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.a_txt .div3 ul li .a_txt2 {
		display: none
	}

	.a_txt .div3 ul li .a_txt2 a {
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}
}


.imageText {
	margin-top: 24px;
	margin-bottom: 24px;
}
.imageText img{
	border-radius: 2px;
}

.imageText .text {
	margin-top: 24px;
	font-size: 16px;
	color: #101010;
	line-height: 35px;
}

.imageText .text p {
	text-indent: 2rem;
}



/* 初始时隐藏整个页面内容 */
body {
	margin: 0;
	overflow: hidden; /* 防止滚动条出现 */
	display: none; /* 隐藏整个页面 */
}

/* 当DOM加载完成后，将显示这个类 */
body.loaded {
	display: block;
}